const testing.indent
6 uses
testing (current package)
testing.go#L850: const indent = " "
testing.go#L868: w.c.output = append(w.c.output, indent...)
testing.go#L1024: s = strings.ReplaceAll(s, "\n", "\n"+indent)
testing.go#L1163: fmt.Printf("%s%s", indent, b)
testing.go#L1165: o.c.chatty.Printf(o.c.name, "%s%s", indent, b)
testing.go#L1169: o.c.output = append(o.c.output, indent...)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)